home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SkiDooTT.swf / scripts / DefineButton2_140 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-08  |  81 b   |  5 lines

  1. on(release){
  2.    _root.highscoreTime = 0;
  3.    gotoAndStop("gameOverArcade");
  4. }
  5.